home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Utilities / QuickTime VCR 3.5 / MP Headers / about_Dlog.h next >
Encoding:
C/C++ Source or Header  |  1992-06-09  |  509 b   |  17 lines  |  [TEXT/KAHL]

  1. /*---------------------------------------------------------------------
  2.     Program: about_Dlog.h
  3.     By: Geoffrey Slinker
  4.     Date: 12:08:10 PM  5/2/92
  5.     Purpose: contains the dialog subclasses for the tweener application
  6. ---------------------------------------------------------------------*/
  7. #pragma once
  8. #include "Dlog.h"
  9.  
  10. #define ABOUT_DLOG        600
  11.  
  12. /*....................................................................*/
  13. class about_Dlog : public Dlog {
  14.     public:
  15.     virtual void HandleDialog(EventRecord *aEvent);
  16. };
  17.